Package-level declarations

Types

Link copied to clipboard
@ApiStatus.Experimental
interface Registrar<T>

A simple registrar for any registered object. This registrar works similarly to the (Neo)Forge way of doing object registration. Create a namespaced registrar instance with createRegistrar

Link copied to clipboard
@ApiStatus.Experimental
interface RegistrySupplier<T> : Supplier<T>

A reference to a registered object that can supply any of the relevant registry objects (thing, key, id, entry)